home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / misc / cvt / scripts / tex->dos.cvt < prev    next >
Text File  |  1993-12-31  |  40KB  |  1,095 lines

  1. /*
  2.  *  TeX -> MS-DOS
  3.  *
  4.  *  (c)Copyright 1992,93 by Tobias Ferber,  All Rights Reserved.
  5.  */
  6.  
  7.  
  8. /*** / PRIMITIVES / ***/
  9.  
  10. $5c," "                       -> " ";  // control space
  11. $5c,"-"                       -> ;     // discretionary hyphen
  12. $5c,"/"                       -> ;     // italic correction
  13. $5c,"above"                   -> ;
  14. $5c,"abovedisplayshortskip"   -> ;
  15. $5c,"abovedisplayskip"        -> ;
  16. $5c,"abovewithdelims"         -> ;
  17. $5c,"accent"                  -> ;
  18. $5c,"adjdemerits"             -> ;
  19. $5c,"advance"                 -> ;
  20. $5c,"afterassignment"         -> ;
  21. $5c,"aftergroup"              -> ;
  22. $5c,"atop"                    -> ;
  23. $5c,"atopwithdelims"          -> ;
  24. $5c,"baselineskip"            -> ;
  25. $5c,"batchmode"               -> ;
  26. $5c,"begingroup"              -> ;
  27. $5c,"belowdisplayshortskip"   -> ;
  28. $5c,"belowdisplayskip"        -> ;
  29. $5c,"binoppenalty"            -> ;
  30. $5c,"botmark"                 -> ;
  31. $5c,"box"                     -> ;
  32. $5c,"box255"                  -> ;     // page contents
  33. $5c,"boxmaxdepth"             -> ;
  34. $5c,"brokenpenalty"           -> ;
  35. $5c,"catcode"                 -> ;
  36. $5c,"char"                    -> ;
  37. $5c,"chardef"                 -> ;
  38. $5c,"cleaders"                -> ;
  39. $5c,"closein"                 -> ;
  40. $5c,"closeout"                -> ;
  41. $5c,"clubpenalty"             -> ;
  42. $5c,"count"                   -> ;
  43. $5c,"countdef"                -> ;
  44. $5c,"cr"                      -> "\n";
  45. $5c,"crcr"                    -> "\n"; // force \cr
  46. $5c,"csname"                  -> ;
  47. $5c,"day"                     -> ;
  48. $5c,"deadcycles"              -> ;
  49. $5c,"def"                     -> ;
  50. $5c,"defaulthyphenchar"       -> ;
  51. $5c,"defaultskewchar"         -> ;
  52. $5c,"delcode"                 -> ;
  53. $5c,"delimiter"               -> ;
  54. $5c,"delimiterfactor"         -> ;
  55. $5c,"delimitershortfall"      -> ;
  56. $5c,"dimen"                   -> ;
  57. $5c,"dimendef"                -> ;
  58. $5c,"discretionary"           -> ;
  59. $5c,"displayindent"           -> ;
  60. $5c,"displaylimits"           -> ;
  61. $5c,"displaystyle"            -> ;
  62. $5c,"displaywidowpenalty"     -> ;
  63. $5c,"displaywidth"            -> ;
  64. $5c,"divide"                  -> ;
  65. $5c,"doublehyphendemerits"    -> ;
  66. $5c,"dp"                      -> ;
  67. $5c,"dump"                    -> ;
  68. $5c,"edef"                    -> ;
  69. $5c,"else"                    -> ;
  70. $5c,"end"                     -> ;
  71. $5c,"endcsname"               -> ;
  72. $5c,"endgroup"                -> ;
  73. $5c,"endinput"                -> ;
  74. $5c,"endlinechar"             -> ;
  75. $5c,"eqno"                    -> ;
  76. $5c,"errhelp"                 -> ;
  77. $5c,"errmessage"              -> ;
  78. $5c,"errorstopmode"           -> ;
  79. $5c,"escapechar"              -> ;
  80. $5c,"everycr"                 -> ;
  81. $5c,"everydisplay"            -> ;
  82. $5c,"everyhbox"               -> ;
  83. $5c,"everyjob"                -> ;
  84. $5c,"everymath"               -> ;
  85. $5c,"everypar"                -> ;
  86. $5c,"everyvbox"               -> ;
  87. $5c,"exhyphenpenalty"         -> ;
  88. $5c,"expandafter"             -> ;
  89. $5c,"fam"                     -> ;
  90. $5c,"fi"                      -> ;
  91. $5c,"filbreak"                -> ;
  92. $5c,"finalhyphendemerits"     -> ;
  93. $5c,"firstmark"               -> ;
  94. $5c,"floatingpenalty"         -> ;
  95. $5c,"font"                    -> ;
  96. $5c,"fontdimen"               -> ;
  97. $5c,"fontname"                -> ;
  98. $5c,"futurelet"               -> ;
  99. $5c,"gdef"                    -> ;
  100. $5c,"global"                  -> ;
  101. $5c,"globaldefs"              -> ;
  102. $5c,"halign"                  -> ;
  103. $5c,"hangafter"               -> ;
  104. $5c,"hangindent"              -> ;
  105. $5c,"hbadness"                -> ;
  106. $5c,"hbox"                    -> ;
  107. $5c,"hfil"                    -> ;
  108. $5c,"hfill"                   -> ;
  109. $5c,"hfilneg"                 -> ;
  110. $5c,"hfuzz"                   -> ;
  111. $5c,"hoffset"                 -> ;
  112. $5c,"hrule"                   -> ;
  113. $5c,"hsize"                   -> ;
  114. $5c,"hskip"                   -> ;
  115. $5c,"hss"                     -> ;
  116. $5c,"ht"                      -> "\t";
  117. $5c,"hyphenation"             -> ;
  118. $5c,"hyphenchar"              -> ;
  119. $5c,"hyphenpenalty"           -> ;
  120. $5c,"if"                      -> ;
  121. $5c,"ifcase"                  -> ;
  122. $5c,"ifcat"                   -> ;
  123. $5c,"ifdim"                   -> ;
  124. $5c,"ifeof"                   -> ;
  125. $5c,"iffalse"                 -> ;
  126. $5c,"ifhbox"                  -> ;
  127. $5c,"ifhmode"                 -> ;
  128. $5c,"ifinner"                 -> ;
  129. $5c,"ifmmode"                 -> ;
  130. $5c,"ifnum"                   -> ;
  131. $5c,"ifodd"                   -> ;
  132. $5c,"iftrue"                  -> ;
  133. $5c,"ifvbox"                  -> ;
  134. $5c,"ifvmode"                 -> ;
  135. $5c,"ifvoid"                  -> ;
  136. $5c,"ifx"                     -> ;
  137. $5c,"ignorespaces"            -> ;
  138. $5c,"immediate"               -> ;
  139. $5c,"indent"                  -> ;
  140. $5c,"input"                   -> ;
  141. $5c,"insert"                  -> ;
  142. $5c,"insertpenalties"         -> ;
  143. $5c,"interlinepenalty"        -> ;
  144. $5c,"jobname"                 -> ;
  145. $5c,"kern"                    -> ;
  146. $5c,"lastbox"                 -> ;
  147. $5c,"lastkern"                -> ;
  148. $5c,"lastpenalty"             -> ;
  149. $5c,"lastskip"                -> ;
  150. $5c,"lccode"                  -> ;
  151. $5c,"leaders"                 -> ;
  152. $5c,"left"                    -> ;
  153. $5c,"leftskip"                -> ;
  154. $5c,"leqno"                   -> ;
  155. $5c,"let"                     -> ;
  156. $5c,"limits"                  -> ;
  157. $5c,"linepenalty"             -> ;
  158. $5c,"lineskip"                -> ;
  159. $5c,"lineskiplimit"           -> ;
  160. $5c,"long"                    -> ;
  161. $5c,"looseness"               -> ;
  162. $5c,"lower"                   -> ;
  163. $5c,"lowercase"               -> ;
  164. $5c,"mag"                     -> ;
  165. $5c,"mark"                    -> ;
  166. $5c,"mathaccent"              -> ;
  167. $5c,"mathbin"                 -> ;
  168. $5c,"mathchar"                -> ;
  169. $5c,"mathchardef"             -> ;
  170. $5c,"mathchoice"              -> ;
  171. $5c,"mathclose"               -> ;
  172. $5c,"mathcode"                -> ;
  173. $5c,"mathinner"               -> ;
  174. $5c,"mathop"                  -> ;
  175. $5c,"mathopen"                -> ;
  176. $5c,"mathord"                 -> ;
  177. $5c,"mathpunct"               -> ;
  178. $5c,"mathrel"                 -> ;
  179. $5c,"mathsurround"            -> ;
  180. $5c,"maxdeadcycles"           -> ;
  181. $5c,"maxdepth"                -> ;
  182. $5c,"meaning"                 -> ;
  183. $5c,"medmuskip"               -> ;
  184. $5c,"message"                 -> ;
  185. $5c,"mkern"                   -> ;
  186. $5c,"month"                   -> ;
  187. $5c,"moveleft"                -> ;
  188. $5c,"moveright"               -> ;
  189. $5c,"mskip"                   -> ;
  190. $5c,"multiply"                -> ;
  191. $5c,"muskip"                  -> ;
  192. $5c,"muskipdef"               -> ;
  193. $5c,"newlinechar"             -> ;
  194. $5c,"noalign"                 -> ;
  195. $5c,"noexpand"                -> ;
  196. $5c,"noindent"                -> ;
  197. $5c,"nolimits"                -> ;
  198. $5c,"nonscript"               -> ;
  199. $5c,"nonstopmode"             -> ;
  200. $5c,"nulldelimiterspace"      -> ;
  201. $5c,"number"                  -> ;
  202. $5c,"omit"                    -> ;
  203. $5c,"openin"                  -> ;
  204. $5c,"openout"                 -> ;
  205. $5c,"or"                      -> ;
  206. $5c,"outer"                   -> ;
  207. $5c,"output"                  -> ;
  208. $5c,"outputpenalty"           -> ;
  209. $5c,"over"                    -> ;
  210. $5c,"overfullrule"            -> ;
  211. $5c,"overline"                -> ;
  212. $5c,"overwithdelims"          -> ;
  213. $5c,"pagedepth"               -> ;
  214. $5c,"pagefilllstretch"        -> ;
  215. $5c,"pagefillstretch"         -> ;
  216. $5c,"pagefilstretch"          -> ;
  217. $5c,"pagegoal"                -> ;
  218. $5c,"pageshrink"              -> ;
  219. $5c,"pagestretch"             -> ;
  220. $5c,"pagetotal"               -> ;
  221. $5c,"par"                     -> ;
  222. $5c,"parfillskip"             -> ;
  223. $5c,"parindent"               -> ;
  224. $5c,"parshape"                -> ;
  225. $5c,"parskip"                 -> ;
  226. $5c,"patterns"                -> ;
  227. $5c,"pausing"                 -> ;
  228. $5c,"penalty"                 -> ;
  229. $5c,"postdisplaypenalty"      -> ;
  230. $5c,"predisplaypenalty"       -> ;
  231. $5c,"predisplaysize"          -> ;
  232. $5c,"pretolerance"            -> ;
  233. $5c,"prevdepth"               -> ;
  234. $5c,"prevgraf"                -> ;
  235. $5c,"radical"                 -> ;
  236. $5c,"raise"                   -> ;
  237. $5c,"read"                    -> ;
  238. $5c,"relax"                   -> ;
  239. $5c,"relpenalty"              -> ;
  240. $5c,"right"                   -> ;
  241. $5c,"rightskip"               -> ;
  242. $5c,"romannumeral"            -> ;
  243. $5c,"scriptfont"              -> ;
  244. $5c,"scriptscriptfont"        -> ;
  245. $5c,"scriptscriptstyle"       -> ;
  246. $5c,"scriptspace"             -> ;
  247. $5c,"scriptstyle"             -> ;
  248. $5c,"scrollmode"              -> ;
  249. $5c,"setbox"                  -> ;
  250. $5c,"sfcode"                  -> ;
  251. $5c,"shipout"                 -> ;
  252. $5c,"show"                    -> ;
  253. $5c,"showbox"                 -> ;
  254. $5c,"showboxbreadth"          -> ;
  255. $5c,"showboxdepth"            -> ;
  256. $5c,"showlists"               -> ;
  257. $5c,"showthe"                 -> ;
  258. $5c,"skewchar"                -> ;
  259. $5c,"skip"                    -> ;
  260. $5c,"skipdef"                 -> ;
  261. $5c,"spacefactor"             -> ;
  262. $5c,"spaceskip"               -> ;
  263. $5c,"span"                    -> ;
  264. $5c,"special"                 -> ;
  265. $5c,"splitbotmark"            -> ;
  266. $5c,"splitfirstmark"          -> ;
  267. $5c,"splitmaxdepth"           -> ;
  268. $5c,"splittopskip"            -> ;
  269. $5c,"string"                  -> ;
  270. $5c,"tabskip"                 -> ;
  271. $5c,"textfont"                -> ;
  272. $5c,"textstyle"               -> ;
  273. $5c,"the"                     -> ;
  274. $5c,"thickmuskip"             -> ;
  275. $5c,"thinmuskip"              -> ;
  276. $5c,"time"                    -> ;
  277. $5c,"toks"                    -> ;
  278. $5c,"toksdef"                 -> ;
  279. $5c,"tolerance"               -> ;
  280. $5c,"topmark"                 -> ;
  281. $5c,"topskip"                 -> ;
  282. $5c,"tracingcommands"         -> ;
  283. $5c,"tracinglostchars"        -> ;
  284. $5c,"tracingmacros"           -> ;
  285. $5c,"tracingonline"           -> ;
  286. $5c,"tracingoutput"           -> ;
  287. $5c,"tracingpages"            -> ;
  288. $5c,"tracingparagraphs"       -> ;
  289. $5c,"tracingrestores"         -> ;
  290. $5c,"tracingstats"            -> ;
  291. $5c,"uccode"                  -> ;
  292. $5c,"uchyph"                  -> ;
  293. $5c,"underline"               -> ;
  294. $5c,"unhbox"                  -> ;
  295. $5c,"unhcopy"                 -> ;
  296. $5c,"unkern"                  -> ;
  297. $5c,"unpenalty"               -> ;
  298. $5c,"unskip"                  -> ;
  299. $5c,"unvbox"                  -> ;
  300. $5c,"unvcopy"                 -> ;
  301. $5c,"uppercase"               -> ;
  302. $5c,"vadjust"                 -> ;
  303. $5c,"valign"                  -> ;
  304. $5c,"vbadness"                -> ;
  305. $5c,"vbox"                    -> ;
  306. $5c,"vcenter"                 -> ;
  307. $5c,"vfil"                    -> ;
  308. $5c,"vfill"                   -> ;
  309. $5c,"vfilneg"                 -> ;
  310. $5c,"vfuzz"                   -> ;
  311. $5c,"voffset"                 -> ;
  312. $5c,"vrule"                   -> ;
  313. $5c,"vsize"                   -> ;
  314. $5c,"vskip"                   -> ;
  315. $5c,"vsplit"                  -> ;
  316. $5c,"vss"                     -> ;
  317. $5c,"vtop"                    -> ;
  318. $5c,"wd"                      -> ;
  319. $5c,"widowpenalty"            -> ;
  320. $5c,"write"                   -> ;
  321. $5c,"xdef"                    -> ;
  322. $5c,"xleaders"                -> ;
  323. $5c,"xspaceskip"              -> ;
  324. $5c,"year"                    -> ;     // 
  325.  
  326. /*** / CONTROL SEQUENCES / ***/
  327.  
  328. $5c,"!"                       -> ;     // negative thin space
  329.  
  330. $5c,$22                       -> ;     // dieresis or umlaut accent
  331. $5c,$22,"{A}"                 -> $8e;  // \"{A}
  332. $5c,$22,"{O}"                 -> $99;  // \"{O}
  333. $5c,$22,"{U}"                 -> $9a;  // \"{U}
  334. $5c,$22,"{a}"                 -> $84;  // \"{a}
  335. $5c,$22,"{e}"                 -> $89;  // \"{e}
  336. $5c,$22,"{i}"                 -> $8b;  // \"{i}
  337. $5c,$22,"{o}"                 -> $94;  // \"{o}
  338. $5c,$22,"{u}"                 -> $81;  // \"{u}
  339. $5c,$22,"{y}"                 -> $98;  // \"{y}
  340.  
  341. $5c,$22,"A"                   -> $8e;  // \"A
  342. $5c,$22,"O"                   -> $99;  // \"O
  343. $5c,$22,"U"                   -> $9a;  // \"U
  344. $5c,$22,"a"                   -> $84;  // \"a
  345. $5c,$22,"e"                   -> $89;  // \"e
  346. $5c,$22,"i"                   -> $8b;  // \"i
  347. $5c,$22,"o"                   -> $94;  // \"o
  348. $5c,$22,"u"                   -> $81;  // \"u
  349. $5c,$22,"y"                   -> $98;  // \"y
  350.  
  351. $5c,"#"                       -> "#";
  352. $5c,"$"                       -> "$";
  353. $5c,"%"                       -> "%";
  354. $5c,"&"                       -> "&";
  355.  
  356. $5c,"'"                       -> ;     // acute accent
  357. $5c,"'","{E}"                 -> $90;  // \'{E}
  358. $5c,"'","{a}"                 -> $a0;  // \'{a}
  359. $5c,"'","{e}"                 -> $82;  // \'{e}
  360. $5c,"'","{i}"                 -> $a1;  // \'{i}
  361. $5c,"'","{o}"                 -> $a2;  // \'{o}
  362. $5c,"'","{u}"                 -> $a3;  // \'{u}
  363. $5c,"'","E"                   -> $90;  // \'E
  364. $5c,"'","a"                   -> $a0;  // \'a
  365. $5c,"'","e"                   -> $82;  // \'e
  366. $5c,"'","i"                   -> $a1;  // \'i
  367. $5c,"'","o"                   -> $a2;  // \'o
  368. $5c,"'","u"                   -> $a3;  // \'u
  369.  
  370. $5c,"("                       -> ;
  371. $5c,")"                       -> ;
  372. $5c,"*"                       -> ;     // discretionary x
  373. $5c,"+"                       -> ;     // begin tabbed line
  374. $5c,","                       -> " ";  // thin space
  375. $5c,"."                       -> ;     // dot accent
  376. $5c,":"                       -> ;
  377. $5c,";"                       -> ;     // thick space
  378. $5c,"<"                       -> ;
  379. $5c,"="                       -> ;     // macron accent
  380. $5c,">"                       -> " ";  // medium space
  381. $5c,"?"                       -> ;
  382. $5c,"@cclv"                   -> ;
  383. $5c,"@cclvi"                  -> ;
  384. $5c,"@crfalse"                -> ;
  385. $5c,"@crtrue"                 -> ;
  386. $5c,"@foot"                   -> ;
  387. $5c,"@if"                     -> ;
  388. $5c,"@ins"                    -> ;
  389. $5c,"@m"                      -> ;
  390. $5c,"@M"                      -> ;
  391. $5c,"@midfalse"               -> ;
  392. $5c,"@midtrue"                -> ;
  393. $5c,"@MM"                     -> ;
  394. $5c,"@ne"                     -> ;
  395. $5c,"@nother"                 -> ;
  396. $5c,"@penup"                  -> ;
  397. $5c,"@sf"                     -> ;
  398. $5c,"@vereq"                  -> ;
  399. $5c,"aa"                      -> $86;
  400. $5c,"AA"                      -> $8f;
  401. $5c,"active"                  -> ;
  402. $5c,"acute"                   -> "'";
  403. $5c,"advancepageno"           -> ;
  404. $5c,"ae"                      -> $91;
  405. $5c,"AE"                      -> $92;
  406. $5c,"aleph"                   -> "N";  // not quite ;)
  407. $5c,"alloc@"                  -> ;
  408. $5c,"allocationnumber"        -> ;
  409. $5c,"allowbreak"              -> ;
  410. $5c,"alpha"                   -> $e0;
  411. $5c,"amalg"                   -> $d0;
  412. $5c,"angle"                   -> "<";
  413. $5c,"approx"                  -> $f7;
  414. $5c,"arccos"                  -> "arccos";
  415. $5c,"arcsin"                  -> "arcsin";
  416. $5c,"arctan"                  -> "arctan";
  417. $5c,"arg"                     -> "arg";
  418. $5c,"arrowvert"               -> $b3;
  419. $5c,"Arrowvert"               -> $ba;
  420. $5c,"ast"                     -> "*";
  421. $5c,"asymp"                   -> ;
  422. $5c,"b"                       -> ;    // bar under accent
  423. $5c,"backslash"               -> "\\";
  424. $5c,"bar"                     -> ;    // math accent
  425. $5c,"beginsection"            -> ;
  426. $5c,"beta"                    -> $e1;
  427. $5c,"bf"                      -> ;
  428. $5c,"bffam"                   -> ;
  429. $5c,"bgroup"                  -> ;
  430. $5c,"big"                     -> ;
  431. $5c,"Big"                     -> ;
  432. $5c,"bigbreak"                -> ;
  433. $5c,"bigcap"                  -> $ef; // we have no larger cap...
  434. $5c,"bigcirc"                 -> "O";
  435. $5c,"bigcup"                  -> "U";
  436. $5c,"bigg"                    -> ;
  437. $5c,"Bigg"                    -> ;
  438. $5c,"biggl"                   -> ;
  439. $5c,"Biggl"                   -> ;
  440. $5c,"biggm"                   -> ;
  441. $5c,"Biggm"                   -> ;
  442. $5c,"biggr"                   -> ;
  443. $5c,"Biggr"                   -> ;
  444. $5c,"bigl"                    -> ;
  445. $5c,"Bigl"                    -> ;
  446. $5c,"bigm"                    -> ;
  447. $5c,"Bigm"                    -> ;
  448. $5c,"bigodot"                 -> ;
  449. $5c,"bigoplus"                -> ;
  450. $5c,"bigotimes"               -> ;
  451. $5c,"bigr"                    -> ;
  452. $5c,"Bigr"                    -> ;
  453. $5c,"bigskip"                 -> ;
  454. $5c,"bigskipamount"           -> ;
  455. $5c,"bigsqcup"                -> ;
  456. $5c,"bigtriangledown"         -> ;
  457. $5c,"bigtriangleup"           -> ;
  458. $5c,"biguplus"                -> ;
  459. $5c,"bigvee"                  -> "V";
  460. $5c,"bigwedge"                -> "^";
  461. $5c,"bmod"                    -> "mod";
  462. $5c,"body"                    -> ;
  463. $5c,"bordermatrix"            -> ;
  464. $5c,"bot"                     -> $c1;
  465. $5c,"bowtie"                  -> $ec;  // almost
  466. $5c,"brace"                   -> ;     // ( notation
  467. $5c,"braceld"                 -> ;     // pieces of horizontal braces
  468. $5c,"bracelu"                 -> ;
  469. $5c,"bracerd"                 -> ;
  470. $5c,"braceru"                 -> ;
  471. $5c,"bracevert"               -> $b3;  // almost
  472. $5c,"brack"                   -> ;     // [ notation
  473. $5c,"break"                   -> ;     // force line or pagebreak
  474. $5c,"breve"                   -> ;     // math accent
  475. $5c,"buildrel"                -> ;
  476. $5c,"bullet"                  -> $f9;
  477. $5c,"bye"                     -> ;
  478.  
  479. $5c,"c"                       -> ;     // cedilla accent
  480. $5c,"c", "{C}"                -> $80;
  481. $5c,"c", "{c}"                -> $87;
  482. $5c,"c", "C"                  -> $80;
  483. $5c,"c", "c"                  -> $87;
  484.  
  485. $5c,"c@ncel"                  -> ;
  486. $5c,"cal"                     -> ;
  487. $5c,"cap"                     -> $ef;
  488. $5c,"cases"                   -> ;
  489. $5c,"cdot"                    -> $fa;
  490. $5c,"cdotp"                   -> ;
  491. $5c,"cdots"                   -> $fa,$fa,$fa;
  492. $5c,"centering"               -> ;
  493. $5c,"centerline"              -> ;     // make a centered line
  494. $5c,"ch@ck"                   -> ;
  495. $5c,"check"                   -> ;     // math accent
  496. $5c,"chi"                     -> "x";
  497. $5c,"choose"                  -> ;
  498. $5c,"circ"                    -> "o";
  499. $5c,"cleartabs"               -> ;
  500. $5c,"clubsuit"                -> $05;
  501. $5c,"colon"                   -> ":";
  502. $5c,"columns"                 -> ;
  503. $5c,"cong"                    -> ;
  504. $5c,"coprod"                  -> $d0;
  505. $5c,"copy"                    -> ;
  506. $5c,"copyright"               -> "(c)";
  507. $5c,"cos"                     -> "cos";
  508. $5c,"cosh"                    -> "cosh";
  509. $5c,"cot"                     -> "cot";
  510. $5c,"coth"                    -> "coth";
  511. $5c,"count@"                  -> ;
  512. $5c,"count0"                  -> ;     // page number, \pageno)
  513. $5c,"csc"                     -> "csc";
  514. $5c,"cup"                     -> "U";
  515. $5c,"d"                       -> ;     // dot under accent
  516. $5c,"dag"                     -> ;
  517. $5c,"dagger"                  -> ;
  518. $5c,"dashv"                   -> $b4;
  519. $5c,"ddag"                    -> ;
  520. $5c,"ddagger"                 -> ;
  521. $5c,"ddot"                    -> ;
  522. $5c,"ddots"                   -> ;
  523. $5c,"deg"                     -> "deg";
  524. $5c,"delta"                   -> $eb;
  525. $5c,"Delta"                   -> ;
  526. $5c,"det"                     -> "det";
  527. $5c,"diamond"                 -> $04;
  528. $5c,"diamondsuit"             -> $04;
  529. $5c,"dim"                     -> "dim";
  530. $5c,"dimen@"                  -> ;
  531. $5c,"dimen@i"                 -> ;
  532. $5c,"dimen@ii"                -> ;
  533. $5c,"displ@y"                 -> ;
  534. $5c,"displaylines"            -> ;
  535. $5c,"div"                     -> $f6;
  536. $5c,"do"                      -> ;
  537. $5c,"dospecials"              -> ;
  538. $5c,"dosupereject"            -> ;
  539. $5c,"dot"                     -> ;     // math accent
  540. $5c,"doteq"                   -> "=";
  541. $5c,"dotfill"                 -> ;
  542. $5c,"dots"                    -> "...";
  543. $5c,"downarrow"               -> $19;
  544. $5c,"Downarrow"               -> $19;
  545. $5c,"downbracefill"           -> ;
  546. $5c,"dt@pfalse"               -> ;
  547. $5c,"dt@ptrue"                -> ;
  548. $5c,"egroup"                  -> ;
  549. $5c,"eject"                   -> ;
  550. $5c,"ell"                     -> "l";
  551. $5c,"empty"                   -> ;
  552. $5c,"emptyset"                -> $ed;
  553. $5c,"endgraf"                 -> ;
  554. $5c,"endinsert"               -> ;
  555. $5c,"endline"                 -> "\n";
  556. $5c,"enskip"                  -> ;
  557. $5c,"enspace"                 -> ;
  558. $5c,"epsilon"                 -> $ee;
  559. $5c,"eqalign"                 -> ;
  560. $5c,"eqalignno"               -> ;
  561. $5c,"equiv"                   -> $f0;
  562. $5c,"eta"                     -> $fc;
  563. $5c,"exists"                  -> "E";
  564. $5c,"exp"                     -> "exp";
  565. $5c,"f@@t"                    -> ;
  566. $5c,"f@t"                     -> ;
  567. $5c,"finph@nt"                -> ;
  568. $5c,"finsm@sh"                -> ;
  569. $5c,"fivebf"                  -> ;     // ?
  570. $5c,"fivei"                   -> ;
  571. $5c,"fiverm"                  -> ;
  572. $5c,"fivesy"                  -> ;
  573. $5c,"flat"                    -> "b";
  574. $5c,"fmtname"                 -> ;
  575. $5c,"fmtversion"              -> ;
  576. $5c,"fo@t"                    -> ;
  577. $5c,"folio"                   -> ;     // typeset page number
  578. $5c,"footins"                 -> ;
  579. $5c,"footline"                -> ;
  580. $5c,"footnote"                -> ;
  581. $5c,"footnote"                -> ;
  582. $5c,"footnoterule"            -> ;
  583. $5c,"footstrut"               -> ;
  584. $5c,"forall"                  -> "A";
  585. $5c,"frenchspacing"           -> ;
  586. $5c,"frown"                   -> ;
  587. $5c,"gamma"                   -> "g";
  588. $5c,"Gamma"                   -> $e2;
  589. $5c,"gcd"                     -> "gcd";
  590. $5c,"ge"                      -> $f2;  // >=
  591. $5c,"geq"                     -> $f2;  // >=
  592. $5c,"gets"                    -> $1b;  // <-
  593. $5c,"gg"                      -> $af;  // >>
  594. $5c,"goodbreak"               -> ;
  595. $5c,"grave"                   -> "´";
  596. $5c,"H"                       -> $22;  // long Hungarian umlaut
  597. $5c,"h@false"                 -> ;
  598. $5c,"h@true"                  -> ;
  599. $5c,"hang"                    -> ;
  600. $5c,"hat"                     -> "^";
  601. $5c,"hbar"                    -> "h";
  602. $5c,"headline"                -> ;
  603. $5c,"heartsuit"               -> $03;
  604. $5c,"hgl@"                    -> ;
  605. $5c,"hglue"                   -> ;
  606. $5c,"hideskip"                -> ;
  607. $5c,"hidewidth"               -> ;
  608. $5c,"hom"                     -> "hom";
  609. $5c,"hookleftarrow"           -> ;
  610. $5c,"hookrightarrow"          -> ;
  611. $5c,"hphantom"                -> ;
  612. $5c,"hrulefill"               -> ;
  613. $5c,"i"                       -> "i";  // dotless
  614. $5c,"ialign"                  -> ;
  615. $5c,"if@"                     -> ;
  616. $5c,"if@cr"                   -> ;
  617. $5c,"if@mid"                  -> ;
  618. $5c,"ifdt@p"                  -> ;
  619. $5c,"iff"                     -> ;
  620. $5c,"ifh@"                    -> ;
  621. $5c,"ifp@ge"                  -> ;
  622. $5c,"ifr@ggedbottom"          -> ;
  623. $5c,"ifus@"                   -> ;
  624. $5c,"ifv@"                    -> ;
  625. $5c,"Im"                      -> "I";
  626. $5c,"imath"                   -> "i";  // dotless
  627. $5c,"in"                      -> $ee;
  628. $5c,"inaccessible"            -> ;     // not a defined \cs;
  629.                                        // occurs only in error messages
  630. $5c,"inf"                     -> "inf";
  631. $5c,"infty"                   -> $ec;
  632. $5c,"insc@unt"                -> ;
  633. $5c,"int"                     -> $f4;  // large integral sign
  634. $5c,"interdisplaylinepenalty" -> ;
  635. $5c,"interfootnotelinepenalty"-> ;
  636. $5c,"intop"                   -> ;
  637. $5c,"iota"                    -> "i";
  638. $5c,"it"                      -> ;     // use italic type
  639. $5c,"item"                    -> ;
  640. $5c,"itemitem"                -> ;
  641. $5c,"iterate"                 -> ;
  642. $5c,"itfam"                   -> ;
  643. $5c,"j"                       -> "j";  // dotless
  644. $5c,"jmath"                   -> "j";
  645. $5c,"joinrel"                 -> ;
  646. $5c,"jot"                     -> ;
  647. $5c,"kappa"                   -> "k";
  648. $5c,"ker"                     -> "ker";
  649. $5c,"l"                       -> "l";  // w/ dash
  650. $5c,"L"                       -> "L";
  651. $5c,"lambda"                  -> ;
  652. $5c,"Lambda"                  -> ;
  653. $5c,"land"                    -> ;
  654. $5c,"langle"                  -> "<";
  655. $5c,"lbrace"                  -> "{";
  656. $5c,"lbrack"                  -> "[";
  657. $5c,"lceil"                   -> $da;
  658. $5c,"ldotp"                   -> ;
  659. $5c,"ldots"                   -> "...";
  660. $5c,"le"                      -> $f3;
  661. $5c,"leavevmode"              -> ;
  662. $5c,"leftarrow"               -> "<",$c4;
  663. $5c,"Leftarrow"               -> "<",$cd;
  664. $5c,"leftarrowfill"           -> ;
  665. $5c,"leftharpoondown"         -> ;
  666. $5c,"leftharpoonup"           -> ;
  667. $5c,"leftline"                -> ;
  668. $5c,"leftrightarrow"          -> $1d;
  669. $5c,"Leftrightarrow"          -> "<",$cd,">";
  670. $5c,"leq"                     -> $f3;
  671. $5c,"leqalignno"              -> ;
  672. $5c,"lfloor"                  -> $c0;
  673. $5c,"lg"                      -> "lg";
  674. $5c,"lgroup"                  -> ;
  675. $5c,"lhook"                   -> ;
  676. $5c,"lim"                     -> "lim";
  677. $5c,"liminf"                  -> "lim inf";
  678. $5c,"limsup"                  -> "lim sup";
  679. $5c,"line"                    -> ;
  680. $5c,"ll"                      -> $ae;
  681. $5c,"llap"                    -> ;
  682. $5c,"lmoustache"              -> ;
  683. $5c,"ln"                      -> "ln";
  684. $5c,"lnot"                    -> $aa;
  685. $5c,"log"                     -> "log";
  686. $5c,"longleftarrow"           -> "<",$c4,$c4;
  687. $5c,"Longleftarrow"           -> "<",$cd,$cd;
  688. $5c,"longleftrightarrow"      -> "<",$c4,$c4,">";
  689. $5c,"Longleftrightarrow"      -> "<",$cd,$cd,">";
  690. $5c,"longmapsto"              -> $c3,$c4,$c4,">";
  691. $5c,"longrightarrow"          -> $c4,$c4,">";
  692. $5c,"Longrightarrow"          -> "==>";
  693. $5c,"loop"                    -> ;
  694. $5c,"lor"                     -> "";
  695. $5c,"lq"                      -> "´";
  696. $5c,"m@g"                     -> ;
  697. $5c,"m@ketabbox"              -> ;
  698. $5c,"m@ne"                    -> ;
  699. $5c,"m@th"                    -> ;
  700. $5c,"magnification"           -> ;
  701. $5c,"magstep"                 -> ;
  702. $5c,"magstephalf"             -> ;
  703. $5c,"makefootline"            -> ;
  704. $5c,"makeheadline"            -> ;
  705. $5c,"makeph@nt"               -> ;
  706. $5c,"makesm@sh"               -> ;
  707. $5c,"mapsto"                  -> $c3,$c4,">";
  708. $5c,"mapstochar"              -> $c3;
  709. $5c,"mathhexbox"              -> ;
  710. $5c,"mathpalette"             -> ;
  711. $5c,"mathph@nt"               -> ;
  712. $5c,"mathsm@sh"               -> ;
  713. $5c,"mathstrut"               -> ;
  714. $5c,"matrix"                  -> ;
  715. $5c,"max"                     -> "max";
  716. $5c,"maxdimen"                -> ;
  717. $5c,"medbreak"                -> ;
  718. $5c,"medskip"                 -> ;
  719. $5c,"medskipamount"           -> ;
  720. $5c,"mid"                     -> $b3;
  721. $5c,"midinsert"               -> ;
  722. $5c,"min"                     -> "min";
  723. $5c,"mit"                     -> ;     // math italic family
  724. $5c,"models"                  -> $c6;
  725. $5c,"mp"                      -> ;     // -/+
  726. $5c,"mscount"                 -> ;
  727. $5c,"mu"                      -> $e6;
  728. $5c,"multispan"               -> ;
  729. $5c,"n@space"                 -> ;
  730. $5c,"nabla"                   -> ;
  731. $5c,"narrower"                -> ;
  732. $5c,"natural"                 -> ;
  733. $5c,"ne"                      -> $d8;
  734. $5c,"nearrow"                 -> ;
  735. $5c,"neg"                     -> $aa;
  736. $5c,"negthinspace"            -> ;
  737. $5c,"neq"                     -> $d8;
  738. $5c,"newbox"                  -> ;
  739. $5c,"newcount"                -> ;
  740. $5c,"newdimen"                -> ;
  741. $5c,"newfam"                  -> ;
  742. $5c,"newhelp"                 -> ;
  743. $5c,"newif"                   -> ;
  744. $5c,"newinsert"               -> ;
  745. $5c,"newmuskip"               -> ;
  746. $5c,"newread"                 -> ;
  747. $5c,"newskip"                 -> ;
  748. $5c,"newtoks"                 -> ;
  749. $5c,"newwrite"                -> ;
  750. $5c,"next"                    -> ;
  751. $5c,"ni"                      -> ;
  752. $5c,"nobreak"                 -> ;
  753. $5c,"nointerlineskip"         -> ;
  754. $5c,"nonfrenchspacing"        -> ;
  755. $5c,"nopagenumbers"           -> ;
  756. $5c,"normalbaselines"         -> ;
  757. $5c,"normalbaselineskip"      -> ;
  758. $5c,"normalbottom"            -> ;
  759. $5c,"normallineskip"          -> ;
  760. $5c,"normallineskiplimit"     -> ;
  761.  
  762. $5c,"not"                     -> ;
  763. $5c,"not","="                 -> $d8;
  764.  
  765. $5c,"notin"                   -> ;
  766. $5c,"nu"                      -> ;
  767. $5c,"null"                    -> ;
  768. $5c,"nwarrow"                 -> ;
  769. $5c,"o"                       -> "o";
  770. $5c,"O"                       -> "0";
  771. $5c,"oalign"                  -> ;
  772. $5c,"obeylines"               -> ;
  773. $5c,"obeyspaces"              -> ;
  774. $5c,"odot"                    -> "0";
  775. $5c,"oe"                      -> "oe";
  776. $5c,"OE"                      -> "OE";
  777. $5c,"of"                      -> ;
  778. $5c,"offinterlineskip"        -> ;
  779. $5c,"oint"                    -> ;
  780. $5c,"ointop"                  -> ;
  781. $5c,"oldstyle"                -> ;
  782. $5c,"omega"                   -> ;
  783. $5c,"Omega"                   -> $ea;
  784. $5c,"ominus"                  -> $e9;  // == Theta
  785. $5c,"ooalign"                 -> ;
  786. $5c,"openup"                  -> ;
  787. $5c,"oplus"                   -> ;
  788. $5c,"oslash"                  -> $ed;
  789. $5c,"otimes"                  -> ;
  790. $5c,"overbrace"               -> ;
  791. $5c,"overleftarrow"           -> ;
  792. $5c,"overrightarrow"          -> ;
  793. $5c,"owns"                    -> ;
  794. $5c,"P"                       -> $14;
  795. $5c,"p@"                      -> ;
  796. $5c,"p@gefalse"               -> ;
  797. $5c,"p@getrue"                -> ;
  798. $5c,"p@renwd"                 -> ;
  799. $5c,"pagebody"                -> ;
  800. $5c,"pagecontents"            -> ;
  801. $5c,"pageinsert"              -> ;
  802. $5c,"pageno"                  -> ;
  803. $5c,"parallel"                -> $ba;
  804. $5c,"partial"                 -> $eb;  // delta
  805. $5c,"perp"                    -> $c1;
  806. $5c,"ph@nt"                   -> ;
  807. $5c,"phantom"                 -> ;
  808. $5c,"phi"                     -> $ed;
  809. $5c,"Phi"                     -> $e9;
  810. $5c,"pi"                      -> $e3;
  811. $5c,"Pi"                      -> $d2;
  812. $5c,"plainoutput"             -> ;
  813. $5c,"pm"                      -> $f1;
  814. $5c,"pmatrix"                 -> ;
  815. $5c,"pmod"                    -> "mod";  // (mod ...)
  816. $5c,"Pr"                      -> "Pr";
  817. $5c,"pr@@@s"                  -> ;
  818. $5c,"pr@@@t"                  -> ;
  819. $5c,"pr@m@s"                  -> ;
  820. $5c,"prec"                    -> ;
  821. $5c,"preceq"                  -> ;
  822. $5c,"preloaded"               -> ;
  823. $5c,"prim@s"                  -> ;
  824. $5c,"prime"                   -> "'";
  825. $5c,"proclaim"                -> ;
  826. $5c,"prod"                    -> $d2;
  827. $5c,"propto"                  -> ;
  828. $5c,"psi"                     -> ;
  829. $5c,"Psi"                     -> ;
  830. $5c,"qquad"                   -> " ";
  831. $5c,"quad"                    -> " ";
  832. $5c,"r@@t"                    -> ;
  833. $5c,"r@ggedbottomfalse"       -> ;
  834. $5c,"r@ggedbottomtrue"        -> ;
  835. $5c,"raggedbottom"            -> ;
  836. $5c,"raggedright"             -> ;
  837. $5c,"rangle"                  -> ">";
  838. $5c,"rbrace"                  -> "}";
  839. $5c,"rbrack"                  -> "]";
  840. $5c,"rceil"                   -> $bf;
  841. $5c,"Re"                      -> "R";
  842. $5c,"relbar"                  -> ;
  843. $5c,"Relbar"                  -> ;
  844. $5c,"removelastskip"          -> ;
  845. $5c,"repeat"                  -> ;
  846. $5c,"rfloor"                  -> $d9;
  847. $5c,"rgroup"                  -> ;
  848. $5c,"rho"                     -> ;
  849. $5c,"rhook"                   -> ;
  850. $5c,"rightarrow"              -> $1a;
  851. $5c,"Rightarrow"              -> $cd,">";
  852. $5c,"rightarrowfill"          -> ;
  853. $5c,"rightharpoondown"        -> ;
  854. $5c,"rightharpoonup"          -> ;
  855. $5c,"rightleftharpoons"       -> ;
  856. $5c,"rightline"               -> ;
  857. $5c,"rlap"                    -> ;
  858. $5c,"rlh@"                    -> ;
  859. $5c,"rm"                      -> ;     // use roman type
  860. $5c,"rmoustache"              -> ;
  861. $5c,"root"                    -> ;
  862. $5c,"rootbox"                 -> ;
  863. $5c,"rq"                      -> "'";
  864. $5c,"S"                       -> $15;
  865. $5c,"s@tcols"                 -> ;
  866. $5c,"s@tt@b"                  -> ;
  867. $5c,"sb"                      -> ;
  868. $5c,"sc"                      -> ;     // use small caps type
  869. $5c,"searrow"                 -> ;
  870. $5c,"sec"                     -> "sec";
  871. $5c,"setminus"                -> $5c;
  872. $5c,"sett@b"                  -> ;
  873. $5c,"settabs"                 -> ;
  874. $5c,"sevenbf"                 -> ;
  875. $5c,"seveni"                  -> ;
  876. $5c,"sevenrm"                 -> ;
  877. $5c,"sevensy"                 -> ;
  878. $5c,"sharp"                   -> "#";
  879. $5c,"showhyphens"             -> ;
  880. $5c,"sigma"                   -> $e5;
  881. $5c,"Sigma"                   -> $e4;
  882. $5c,"sim"                     -> "~";
  883. $5c,"simeq"                   -> ;     // ~=
  884. $5c,"sin"                     -> "sin";
  885. $5c,"sinh"                    -> "sinh";
  886. $5c,"sixt@@n"                 -> ;
  887. $5c,"skew"                    -> ;
  888. $5c,"skip@"                   -> ;
  889. $5c,"sl"                      -> ;     // use slanted type
  890. $5c,"slash"                   -> "/";
  891. $5c,"slfam"                   -> ;
  892. $5c,"smallbreak"              -> ;
  893. $5c,"smallint"                -> ;
  894. $5c,"smallskip"               -> ;
  895. $5c,"smallskipamount"         -> ;
  896. $5c,"smash"                   -> ;
  897. $5c,"smile"                   -> ;
  898. $5c,"sp"                      -> ;     // superscript
  899. $5c,"sp@n"                    -> ;
  900. $5c,"space"                   -> ;
  901. $5c,"spadesuit"               -> $06;
  902. $5c,"sqcap"                   -> ;
  903. $5c,"sqcup"                   -> ;
  904. $5c,"sqrt"                    -> ;
  905. $5c,"sqsubseteq"              -> ;
  906. $5c,"sqsupseteq"              -> ;
  907. $5c,"ss"                      -> $e1;
  908. $5c,"star"                    -> "*";
  909. $5c,"strut"                   -> ;
  910. $5c,"strutbox"                -> ;
  911. $5c,"subset"                  -> ;
  912. $5c,"subseteq"                -> ;
  913. $5c,"succ"                    -> ;
  914. $5c,"succeq"                  -> ;
  915. $5c,"sum"                     -> $e4;
  916. $5c,"sup"                     -> "sup";
  917. $5c,"supereject"              -> ;
  918. $5c,"supset"                  -> ;
  919. $5c,"supseteq"                -> ;
  920. $5c,"surd"                    -> $fb;
  921. $5c,"swarrow"                 -> ;
  922. $5c,"t"                       -> ;     // tie after accent
  923. $5c,"t@bb@x"                  -> ;
  924. $5c,"t@bbox"                  -> ;
  925. $5c,"tabalign"                -> ;
  926. $5c,"tabs"                    -> ;
  927. $5c,"tabsdone"                -> ;
  928. $5c,"tabsyet"                 -> ;
  929. $5c,"tan"                     -> "tan";
  930. $5c,"tanh"                    -> "tanh";
  931. $5c,"tau"                     -> $e7;
  932. $5c,"tenbf"                   -> ;
  933. $5c,"tenex"                   -> ;
  934. $5c,"teni"                    -> ;
  935. $5c,"tenit"                   -> ;
  936. $5c,"tenrm"                   -> ;
  937. $5c,"tensl"                   -> ;
  938. $5c,"tensy"                   -> ;
  939. $5c,"tentt"                   -> ;
  940. $5c,"TeX"                     -> "TeX";
  941. $5c,"textindent"              -> ;
  942. $5c,"theta"                   -> ;
  943. $5c,"Theta"                   -> $e9;
  944. $5c,"thinspace"               -> " ";
  945. $5c,"thr@@"                   -> ;
  946. $5c,"tilde"                   -> "~";
  947. $5c,"times"                   -> "x";
  948. $5c,"to"                      -> $1a;
  949. $5c,"toks@"                   -> ;
  950. $5c,"top"                     -> $c2;
  951. $5c,"topins"                  -> ;
  952. $5c,"topinsert"               -> ;
  953. $5c,"tracingall"              -> ;
  954. $5c,"triangle"                -> $1e;
  955. $5c,"triangledown"            -> $1f;  // LaTeX
  956. $5c,"triangleleft"            -> $11;
  957. $5c,"triangleright"           -> $10;
  958. $5c,"triangleup"              -> $1e;  // LaTeX
  959. $5c,"tt"                      -> ;     // use typewriter type
  960. $5c,"ttfam"                   -> ;
  961. $5c,"ttraggedright"           -> ;
  962. $5c,"tw@"                     -> ;
  963. $5c,"u"                       -> ;     // breve accent
  964. $5c,"undefined"               -> ;
  965. $5c,"underbar"                -> ;
  966. $5c,"underbrace"              -> ;
  967. $5c,"uparrow"                 -> $18;
  968. $5c,"Uparrow"                 -> ;
  969. $5c,"upbracefill"             -> ;
  970. $5c,"updownarrow"             -> ;
  971. $5c,"Updownarrow"             -> ;
  972. $5c,"uplus"                   -> ;
  973. $5c,"upsilon"                 -> ;
  974. $5c,"Upsilon"                 -> ;
  975. $5c,"us@false"                -> ;
  976. $5c,"us@true"                 -> ;
  977. $5c,"v"                       -> ;     // check accent
  978. $5c,"v@false"                 -> ;
  979. $5c,"v@true"                  -> ;
  980. $5c,"varepsilon"              -> $ee;
  981. $5c,"varphi"                  -> ;
  982. $5c,"varpi"                   -> $e3;
  983. $5c,"varrho"                  -> ;
  984. $5c,"varsigma"                -> $e5;
  985. $5c,"vartheta"                -> ;
  986. $5c,"vdash"                   -> $c3;
  987. $5c,"vdots"                   -> ":";
  988. $5c,"vec"                     -> ;     // math accent
  989. $5c,"vee"                     -> "v";
  990. $5c,"Vert"                    -> $ba;
  991. $5c,"vert"                    -> $b3;
  992. $5c,"vfootnote"               -> ;
  993. $5c,"vgl@"                    -> ;
  994. $5c,"vglue"                   -> ;
  995. $5c,"voidb@x"                 -> ;
  996. $5c,"vphantom"                -> ;
  997. $5c,"wedge"                   -> "^";
  998. $5c,"widehat"                 -> "^";  // math accent
  999. $5c,"widetilde"               -> "~";  // math accent
  1000. $5c,"wlog"                    -> ;
  1001. $5c,"wp"                      -> ;
  1002. $5c,"wr"                      -> ;
  1003. $5c,"xi"                      -> ;
  1004. $5c,"Xi"                      -> ;
  1005. $5c,"z@"                      -> ;
  1006. $5c,"z@skip"                  -> ;
  1007. $5c,"zeta"                    -> ;
  1008. $5c,"["                       -> ;
  1009. $5c,"]"                       -> ;
  1010.  
  1011. $5c,"^"                       -> ;     // circumflex or hat accent
  1012. $5c,"^","{a}"                 -> $83;  // \^{a}
  1013. $5c,"^","{e}"                 -> $88;  // \^{e}
  1014. $5c,"^","{i}"                 -> $8c;  // \^{i}
  1015. $5c,"^","{o}"                 -> $93;  // \^{o}
  1016. $5c,"^","{u}"                 -> $96;  // \^{u}
  1017. $5c,"^","a"                   -> $83;  // \^a
  1018. $5c,"^","e"                   -> $88;  // \^e
  1019. $5c,"^","i"                   -> $8c;  // \^i
  1020. $5c,"^","o"                   -> $93;  // \^o
  1021. $5c,"^","u"                   -> $96;  // \^u
  1022.  
  1023. $5c,"^^I"                     -> ;
  1024. $5c,"^^M"                     -> ;
  1025. $5c,"_"                       -> ;     // subscript
  1026.  
  1027. $5c,"´"                       -> ;     // grave accent
  1028. $5c,"´","{a}"                 -> $85;  // \´{a}
  1029. $5c,"´","{e}"                 -> $8a;  // \´{e}
  1030. $5c,"´","{i}"                 -> $8d;  // \´{i}
  1031. $5c,"´","{o}"                 -> $95;  // \´{o}
  1032. $5c,"´","{u}"                 -> $97;  // \´{u}
  1033. $5c,"´","a"                   -> $85;  // \´a
  1034. $5c,"´","e"                   -> $8a;  // \´e
  1035. $5c,"´","i"                   -> $8d;  // \´i
  1036. $5c,"´","o"                   -> $95;  // \´o
  1037. $5c,"´","u"                   -> $97;  // \´u
  1038.  
  1039. $5c,"{"                       -> "{";
  1040. $5c,"|"                       -> ;
  1041. $5c,"}"                       -> "}";
  1042.  
  1043. $5c,"~"                       -> ;     // tilde accent
  1044. $5c,"~","{N}"                 -> $a5;  // \~{N}
  1045. $5c,"~","{n}"                 -> $a4;  // \~{n}
  1046. $5c,"~","N"                   -> $a5;  // \~N
  1047. $5c,"~","n"                   -> $a5;  // \~n
  1048.  
  1049. /*
  1050. */
  1051.  
  1052. $22,"A" -> $8e;  // "A
  1053. $22,"O" -> $99;  // "O
  1054. $22,"U" -> $9a;  // "U
  1055.  
  1056. $22,"a" -> $84;  // "a
  1057. $22,"e" -> $89;  // "e
  1058. $22,"i" -> $8b;  // "i
  1059. $22,"o" -> $94;  // "o
  1060. $22,"u" -> $81;  // "u
  1061. $22,"y" -> $98;  // "y
  1062.  
  1063. "?´"    -> $a8;  // open question
  1064. "!´"    -> $ad;  // open exclamation
  1065. "--"    -> "-";  // en-dash
  1066. "---"   -> $c4;  // em-dash
  1067.  
  1068. "^{2}"  -> $fd;
  1069. "^2"    -> $fd;
  1070.  
  1071. "1/2"   -> $ab;
  1072. "1/4"   -> $ac;
  1073.  
  1074.  
  1075. /*** / SMART PART / ***/
  1076.  
  1077. $5c,"langle",$5c,"!",$5c,"langle" -> $ae;  // \langle\!\langle
  1078. $5c,"rangle",$5c,"!",$5c,"rangle" -> $ae;  // \rangle\!\rangle
  1079.  
  1080. $5c,"it",$5c,"$" -> $9c;  // \it\$ (pounds)
  1081.  
  1082. $5c,"frac{1}{2}" -> $ab;  // LaTeX
  1083. $5c,"frac{1}{4}" -> $ac;
  1084.  
  1085. $5c,"3" -> $e1;  // \3
  1086.  
  1087. $5c,"hbox{",$5c,"rm",$5c,"rlap/c}" -> $9b;  // \hbox{\rm\rlap/c} -> cent
  1088. $5c,"hbox{",$5c,"rm",$5c,"rlap=Y}" -> $9d;  // \hbox{\rm\rlap=Y} -> Yen
  1089.  
  1090. "^{",$5c,"mbox{",$5c,"b{a}}}" -> $a6;  // ^{\mbox{\b{a}}}
  1091. "^{",$5c,"mbox{",$5c,"b{o}}}" -> $a7;  // ^{\mbox{\b{o}}}
  1092.  
  1093. "Pt" -> $9e;
  1094.  
  1095.